home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 24 / AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso / PublicDomain / Anwendungen / Identify / developer / include / bh / identify.bh < prev   
Text File  |  1999-08-04  |  2KB  |  38 lines

  1. ' *********************************************************************
  2. '            identify.library 11.0 (23.4.99) by Richard Körber
  3. '              HBASIC functions/subroutines 11.0.0 (5.8.99)
  4. '
  5. '                   C->HBASIC manual '8-) conversion
  6. '               © Dámaso D. Estévez <amidde@arrakis.es>
  7. ' *********************************************************************
  8. '              Please read the comments/remarks included
  9. '      in clib/identify_protos.h and library/identify.h files and
  10. '                    the documentation for coders
  11. '             (all included in the library dev package).
  12. '      ----------------------------------------------------------
  13. '   Por favor, lea los comentarios/notas incluidas en los ficheros
  14. '            clib/identify_protos.h y library/identify.h
  15. '             y en la documentación para programadores
  16. '     (todo ello incluido en el paquete para desarrolladores).
  17. ' *********************************************************************
  18. '          This file include as remark the arguments required
  19. '    for each routine and the version from the routine is available.
  20. '    ---------------------------------------------------------------
  21. '          Este fichero incluye como comentario los argumentos
  22. '                     requeridos por cada rutina y
  23. '        la versión de la biblioteca desde la que está disponible.
  24. ' **********************************************************************
  25.  
  26. REM $include identify.bc
  27.  
  28. LIBRARY DECLARE "identify.library"
  29.  
  30. DECLARE SUB      IdHardwareUpdate      LIBRARY ' [v8]
  31. DECLARE FUNCTION IdAlert&              LIBRARY ' [v11] - code&, taglist&
  32. DECLARE FUNCTION IdEstimateFormatSize& LIBRARY ' [v11] - string&, taglist&
  33. DECLARE FUNCTION IdExpansion&          LIBRARY ' [v3]  - taglist&
  34. DECLARE FUNCTION IdFormatString&       LIBRARY ' [v11] - string&, buffer&, length&, taglist&
  35. DECLARE FUNCTION IdFunction&           LIBRARY ' [v4]  - libname&, offset&, taglist&
  36. DECLARE FUNCTION IdHardware&           LIBRARY ' [v3]  - type&, taglist&
  37. DECLARE FUNCTION IdHardwareNum&        LIBRARY ' [v6]  - type&, taglist&
  38.